chore(dev-deps): Update Node.js Dev Dependencies#1480
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(dev-deps): Update Node.js Dev Dependencies#1480renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Author
|
ab8bb4b to
bef8cde
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.973.5→3.973.80.2.3→0.2.42.0.3→2.0.52.21.1→2.28.16.15.0→6.15.124.12.0→24.12.28.57.0→8.58.24.0.18→4.1.41.6.10→1.6.164.0.18→4.1.417.3.1→17.4.2^0.27.0→^0.28.017.4.0→17.5.03.8.1→3.8.33.0.1→3.0.28.57.0→8.58.24.0.18→4.1.42.8.2→2.8.3Release Notes
aws/aws-sdk-js-v3 (@aws-sdk/types)
v3.973.8Chores
v3.973.7Chores
v3.973.6Chores
awslabs/aws-lambda-invoke-store (@aws/lambda-invoke-store)
v0.2.4Compare Source
Patch Changes
eslint/rewrite (@eslint/compat)
v2.0.5Compare Source
Dependencies
v2.0.4Compare Source
Dependencies
Redocly/redocly-cli (@redocly/cli)
v2.28.1Compare Source
Patch Changes
v2.28.0Compare Source
Minor Changes
remove-unused-componentsdecorator to the post-bundle phase so that components that become unused only after$refresolution are correctly removed.Patch Changes
defaultMappingproperty was not resolved when bundling.v2.27.1Compare Source
Patch Changes
Fixed an issue where
--component-renaming-conflicts-severityignored conflicts when different files had components with the same name but different content.Warning: Autogenrated component names and
$refpaths in bundled documents may differ from older releases.Updated @redocly/openapi-core to v2.27.1.
v2.27.0Compare Source
Minor Changes
junitoutput in thescorecard-classiccommand.lintbehavior with the--generate-ignore-fileoption.Now
lintupdates only the entries related to the file being linted.Other files' entries are unchanged.
Patch Changes
v2.26.0Compare Source
Minor Changes
excludedPathsoption to theno-http-verbs-in-pathsrule, allowing specific paths to be excluded from evaluation.Patch Changes
no-required-schema-properties-undefinedrule to report when a required property is not defined in everyoneOf/anyOfbranch.v2.25.4Compare Source
Patch Changes
v2.25.3Compare Source
Patch Changes
spec-discriminator-defaultMappingrule that could cause crashes or incorrect validation results.The rule now correctly resolves existing schema names, traverses composite schemas (
allOf,anyOf,oneOf) to find required properties, treatsdefaultMappingvalues as$refs to schemas, resolves$refs correctly across files, and handles cyclic schema dependencies.v2.25.2Compare Source
Patch Changes
picomatchdependency to^4.0.4.v2.25.1Compare Source
Patch Changes
--extendsoption was provided.v2.25.0Compare Source
Minor Changes
no-mixed-number-range-constraintsrule for OpenAPI3.1+, as well as for AsyncAPI and Arazzo.This rule warns when schemas use both
maximumandexclusiveMaximumor bothminimumandexclusiveMinimumkeywords.Patch Changes
v2.24.1Compare Source
Patch Changes
undicito resolve an issue whereformDatawas being submitted empty.v2.24.0Compare Source
Patch Changes
v2.23.0Compare Source
Minor Changes
targetsproperty inscorecardClassic.Use this property to override
scorecardClassicrules for a specific API.Patch Changes
v2.22.1Compare Source
Patch Changes
undicito the6.24.1version to ensure improved performance, security, and compatibility.v2.22.0Compare Source
Minor Changes
checkstyleformat forscorecard-classiccommand.Patch Changes
nonEmptyassertion to support arrays.An empty array is now treated as empty during linting.
stoplightio/spectral (@stoplight/spectral-cli)
v6.15.1Compare Source
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.58.2Compare Source
🩹 Fixes
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.0Compare Source
🚀 Features
❤️ Thank You
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.2Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.57.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
vitest-dev/vitest (@vitest/coverage-v8)
v4.1.4Compare Source
🚀 Features
skipFullif agent detected - by @hi-ogawa in #10018 (53757)assertionas a public field - by @sheremet-va in #10095 (a120e)🐞 Bug Fixes
expect(..., message)consistent as error message prefix - by @hi-ogawa and Codex in #10068 (a1b5f)View changes on GitHub
v4.1.3Compare Source
🚀 Experimental Features
experimental.preParseflag - by @sheremet-va in #10070 (78273)browser.locators.exactoption - by @sheremet-va in #10013 (48799)TestAttachment.bodyEncoding- by @hi-ogawa in #9969 (89ca0)🐞 Bug Fixes
expect.pollinterval - by @hi-ogawa and Claude Sonnet 4.6 in #10022 (3f5bf)@vitest/coverage-v8and@vitest/coverage-istanbulas optional dependency - by @alan-agius4 in #10025 (146d4)defineHelperfor webkit async stack trace + update playwright 1.59.0 - by @hi-ogawa in #10036 (5a5fa)JestExtendError.contextfrom verbose error reporting - by @hi-ogawa in #9983 (66751)vitest- by @hi-ogawa and Codex in #10042 (691d3)View changes on GitHub
v4.1.2Compare Source
This release bumps Vitest's
flattedversion and removes version pinning to resolveflatted's CVE related issues (#9975).🐞 Bug Fixes
setupFilesfrom parent directory - by @hi-ogawa in #9960 (7aa93)toMatchScreenshotcan't capture a stable screenshot - by @macarie in #9847 (faace)coverageConfigDefaultsvalues and types - by @Arthie in #9940 (b3c99)View changes on GitHub
v4.1.1Compare Source
🚀 Features
matchesTagsFilterto test if the current filter matches tags - by @sheremet-va in #9913 (eec53)experimental.vcsProvider- by @sheremet-va in #9928 (56115)🐞 Bug Fixes
TestProject.testFilesListinternal properly - by @sapphi-red in #9867 (54f26)use- by @oilater in #9831 and #9861 (633ae)vi.advanceTimersto the preview provider - by @sheremet-va in #9891 (1bc3e)--standalonemode without running tests - by @sheremet-va in #9911 (e78ad)body- by @sheremet-va in #9912 (6fdb2)retry.conditionRegExp serialization issue - by @nstepien and @hi-ogawa in #9942 (7b605)testreturn as tests - by @sheremet-va in #9871 (141e7)View changes on GitHub
v4.1.0Compare Source
Vitest 4.1 is out!
This release page lists all changes made to the project during the 4.1 beta. To get a review of all the new features, read our blog post.
🚀 Features
setTickModeto timer controls - by @atscott and @sheremet-va in #8726 (4b480)toTestSpecificationto reported tasks - by @sheremet-va in #9464 (1a470)vi.mockorvi.hoistedare declared outside of top level of the module - by @sheremet-va in #9387 (5db54)aroundEachandaroundAllhooks - by @sheremet-va in #9450 (2a8cb)neworallin--updateflag - by @sheremet-va in #9543 (a5acf)metain test options - by @sheremet-va in #9535 (7d622)test.extendsyntax - by @sheremet-va in #9550 (e5385)vitest listto statically collect tests instead of running files to collect them - by @sheremet-va in #9630 (7a8e7)--detect-async-leaks- by @AriPerkkio in #9528 (c594d)mockThrowandmockThrowOnce- by @thor-juhasz and @sheremet-va in #9512 (61917)update: "none"and add docs about snapshots behavior on CI - by @hi-ogawa in #9700 (05f18)launchOptionswithconnectOptions- by @hi-ogawa in #9702 (f0ff1)page/locator.markAPI to enhance playwright trace - by @hi-ogawa in #9652 (d0ee5)testinexperimental_parseSpecification- by @jgillick and Jeremy Gillick in #9235 (2f367)createSpecification- by @sheremet-va in #9336 (c8e6c)runTestFilesas alternative torunTestSpecifications- by @sheremet-va in #9443 (43d76)allowWriteandallowExecoptions toapi- by @sheremet-va in #9350 (20e00)toTestSpecification- by @sheremet-va in #9627 (6f17d)userEvent.wheelAPI - by @macarie in #9188 (66080)filterNodeoption to prettyDOM for filtering browser assertion error output - by @Copilot, sheremet-va and @sheremet-va in #9475 (d3220)detailsPanelPositionoption and button - by @shairez in #9525 (c8a31)findElementand enable strict mode in webdriverio and preview - by @sheremet-va in #9677 (c3f37)ignore start/stopignore hints - by @AriPerkkio in #9204 (e59c9)coverage.changedoption to report only changed files - by @kykim00 and @AriPerkkio in #9521 (1d939)onModuleRunnerhook toworker.init- by @sheremet-va in #9286 (e977f)importDurations: { limit, print }options - by @hi-ogawa, Claude Opus 4.6 and @sheremet-va in #9401 (7e10f)importDurations- by @hi-ogawa and Claude Opus 4.6 in #9533 (3f7a5)beforeAll/afterAll- by @sheremet-va in #9572 (c8339)agentreporter to reduce ai agent token usage - by @cpojer in #9779 (3e9e0)retryoptions - by @MazenSamehR, Matan Shavit, @AriPerkkio and @sheremet-va in #9370 (9e4cf)🐞 Bug Fixes
meta.urlincreateRequire- by @sheremet-va in #9441 (e3422)external/noExternalduringconfigEnvironmenthook - by @hi-ogawa and Claude Opus 4.6 in #9508 (59ea2)browser.isolateis used - by @sheremet-va in #9410 (3d48e)vi.mock({ spy: true })node v8 coverage - by @hi-ogawa, hi-ogawa and Claude Opus 4.6 in #9541 (687b6)Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.